Closed
Description
text
query has been replaced by match
query and been deprecate for some time.
field
query is very confusing, its effectively the Lucene query string syntax on a specific field, but its not evident from the name (can be confuse with match
). It would be much better to remove it, and ask people to use query_string
with a properly set default field. This is much more explicit regarding what it does.